home *** CD-ROM | disk | FTP | other *** search
/ MacPeople 1997 August 15 / MACPEOPLE-1997-08-15.ISO.7z / MACPEOPLE-1997-08-15.ISO / オンラインウェア / SurfSim 1.0 / SurfSim 1.0 (PPC) / SurfSim Docs / SurfSim Docs.rsrc / TEXT_1500_uText.txt < prev    next >
Text File  |  1996-08-06  |  1KB  |  19 lines

  1.  
  2. Source Code & Consulting Services
  3.  
  4. The source code for SurfSim is currently available for sale (in whole or in part, exclusive or nonexclusive); interested parties can get in touch me at either address in the previous section.
  5.  
  6. Some parts which may be of interest:
  7.  
  8. - Fast implementation of the Park-Miller minimal standard random number generator with shuffle, hand-coded in PowerPC 601 assembly language.  It runs four times faster than equivalent C code (compiled in CW 9).
  9.  
  10. - Fast implementation of the Park Miller minimal standard random number generator with shuffle, written in 68020 assembly language.  It runs fifteen times faster than equivalent C code (compiled in CW 9).
  11.  
  12. - Pink noise generator; two versions, one in 68020 assembly, one in C.
  13.  
  14. - Stereo panning routine, which converts a buffer of monophonic sound samples into a stereo signal with the appropriate phase relationship between channels to achieve the illusion of a moving source.
  15.  
  16. - Sound engine, responsible for filling buffers with sound, playing them, and ensuring smooth utilization of system resources.  Specifically, it uses a multibuffering scheme and fills the buffers with deferred tasks.
  17.  
  18. I'm also available as a Macintosh programming consultant (contract work only).  If you have a sound-related development need, contact me for a quote.
  19.